home *** CD-ROM | disk | FTP | other *** search
- /*
-
- Fred
- An Obnoxious Little Application
- By Sean Luke
-
- Uses DPS Timed Entry Procedures
-
- Released: April 1992
-
- Modified Todd Anthony Nathan
- April 10, 1992
- Cleaned up code, and got slider to work
-
-
-
- */
-
-
- #import <objc/Object.h>
- #include <math.h>
- #import <dpsclient/dpsclient.h>
- #import <appkit/appkit.h>
-
-
- @interface MyView:Object
- {
- id thisWindow,
- theSlider;
- double interval,
- priority;
- DPSTimedEntry teNum;
- }
-
- - appDidInit:sender;
- - changeSpeed:sender;
- - appWillTerminate:sender;
-
- @end
-